composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "0d841409fbf01c84489ac0d6a3a340ac",
    "packages": [
        {
            "name": "taeluf/cli",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/cli.git",
                "reference": "ab3067f55db8d8592d5a7e3dfe072d3b00c50e80"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=ab3067f55db8d8592d5a7e3dfe072d3b00c50e80",
                "reference": "ab3067f55db8d8592d5a7e3dfe072d3b00c50e80",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-12-08T20:29:22+00:00"
        },
        {
            "name": "taeluf/liaison",
            "version": "v0.6.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/Liaison.git",
                "reference": "b0fa17ca4e51ec00f9f5abfe0db7a03e4dea8f31"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FLiaison/repository/archive.zip?sha=b0fa17ca4e51ec00f9f5abfe0db7a03e4dea8f31",
                "reference": "b0fa17ca4e51ec00f9f5abfe0db7a03e4dea8f31",
                "shasum": ""
            },
            "require": {
                "taeluf/util": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "bin": [
                "bin/lia"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/class",
                    "code/addon"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison, for building web apps",
            "time": "2022-12-08T20:31:04+00:00"
        },
        {
            "name": "taeluf/util",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-utilities.git",
                "reference": "a15ef2a633ed772ffa1845611bd27a65be1ee8a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-utilities/repository/archive.zip?sha=a15ef2a633ed772ffa1845611bd27a65be1ee8a2",
                "reference": "a15ef2a633ed772ffa1845611bd27a65be1ee8a2",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Utility methods",
            "time": "2022-12-08T18:29:28+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "taeluf/better-regex",
            "version": "v0.4.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/better-regex.git",
                "reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbetter-regex/repository/archive.zip?sha=3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
                "reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.7.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-03-28T20:55:32+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.8.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/CodeScrawl.git",
                "reference": "9cfbd2b6e26013398256fa8fcd63a9effbc3f825"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=9cfbd2b6e26013398256fa8fcd63a9effbc3f825",
                "reference": "9cfbd2b6e26013398256fa8fcd63a9effbc3f825",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "v0.4.x-dev",
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/lexer": "v0.8.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "bin": [
                "bin/scrawl"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A documentation generation framework with some built-in extensions for exporting comments and code, and importing into markdown. ",
            "time": "2022-11-30T18:49:48+00:00"
        },
        {
            "name": "taeluf/env",
            "version": "v1.0.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-environment.git",
                "reference": "c3e1d9bf911bf4e9e83d951b2c56e41eb4458ca4"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-environment/repository/archive.zip?sha=c3e1d9bf911bf4e9e83d951b2c56e41eb4458ca4",
                "reference": "c3e1d9bf911bf4e9e83d951b2c56e41eb4458ca4",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "./Env.php",
                    "./Addon.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Simple Php environment class",
            "time": "2022-12-06T18:28:27+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.8.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/lexer.git",
                "reference": "9755bc2b0cb11c39556731bc89a33bc6b9ee7f36"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=9755bc2b0cb11c39556731bc89a33bc6b9ee7f36",
                "reference": "9755bc2b0cb11c39556731bc89a33bc6b9ee7f36",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A declarative lexer seamlessly hooking into php functions, building ASTs for multiple languages.",
            "time": "2022-05-13T21:55:45+00:00"
        },
        {
            "name": "taeluf/lildb",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/lildb.git",
                "reference": "bbac73ba361c4e6a28fae8c04649227bb2675705"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flildb/repository/archive.zip?sha=bbac73ba361c4e6a28fae8c04649227bb2675705",
                "reference": "bbac73ba361c4e6a28fae8c04649227bb2675705",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "taeluf/cli": "install the dev dependency to use the cli features"
            },
            "default-branch": true,
            "bin": [
                "bin/ldb"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select",
            "time": "2022-07-28T03:26:30+00:00"
        },
        {
            "name": "taeluf/phad",
            "version": "v0.4.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/phad.git",
                "reference": "bce7fe686246261ad900144bf921c70623e15950"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphad/repository/archive.zip?sha=bce7fe686246261ad900144bf921c70623e15950",
                "reference": "bce7fe686246261ad900144bf921c70623e15950",
                "shasum": ""
            },
            "require": {
                "taeluf/liaison": "v0.6.x-dev",
                "taeluf/lildb": "v0.1.x-dev",
                "taeluf/phtml": "v0.1.x-dev"
            },
            "require-dev": {
                "league/commonmark": "^1.0",
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/lildb": "v0.1.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "league/commonmark": "^1.0 to use commonmark filter"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Framework for integrating html, sql, & php into a html-based views",
            "time": "2022-12-08T21:52:39+00:00"
        },
        {
            "name": "taeluf/phtml",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/phtml-dom-document.git",
                "reference": "68fbcd60d9b0eafa61c281bcf384722d3bff3fa4"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphtml-dom-document/repository/archive.zip?sha=68fbcd60d9b0eafa61c281bcf384722d3bff3fa4",
                "reference": "68fbcd60d9b0eafa61c281bcf384722d3bff3fa4",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-12-08T21:17:59+00:00"
        },
        {
            "name": "taeluf/server",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/server.git",
                "reference": "5c7026dcf5ceb044acadc729b23f39283362bd9c"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fserver/repository/archive.zip?sha=5c7026dcf5ceb044acadc729b23f39283362bd9c",
                "reference": "5c7026dcf5ceb044acadc729b23f39283362bd9c",
                "shasum": ""
            },
            "require": {
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/env": "v1.0.x-dev",
                "taeluf/liaison": "v0.6.x-dev",
                "taeluf/phad": "v0.4.x-dev"
            },
            "require-dev": {
                "league/commonmark": "2.3.x-dev",
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "league/commonmark": "2.3.x-dev: For the markdown filter"
            },
            "default-branch": true,
            "bin": [
                "bin/tlfserv"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taeluf",
                    "email": "contact@taeluf.com"
                }
            ],
            "description": "An easy-to-use server using taeluf/liaison and taeluf/phad",
            "time": "2022-06-30T22:05:02+00:00"
        },
        {
            "name": "taeluf/tester",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-tests.git",
                "reference": "3cd7c84bed2701bc01638436ec657e96a79c6385"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=3cd7c84bed2701bc01638436ec657e96a79c6385",
                "reference": "3cd7c84bed2701bc01638436ec657e96a79c6385",
                "shasum": ""
            },
            "require": {
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/util": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev"
            },
            "default-branch": true,
            "bin": [
                "code/phptest"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A unit testing library for Php.",
            "time": "2022-12-08T20:30:33+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/liaison": 20,
        "taeluf/cli": 20,
        "taeluf/tester": 20,
        "taeluf/code-scrawl": 20,
        "taeluf/server": 20,
        "taeluf/lildb": 20,
        "taeluf/phtml": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}